object PutDLG: TPutDLG Left = 244 Top = 129 BorderStyle = bsDialog Caption = 'Send File' ClientHeight = 211 ClientWidth = 471 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 361 Height = 193 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 24 Top = 24 Width = 97 Height = 13 Caption = 'Filename to Put: ' end object Label2: TLabel Left = 33 Top = 57 Width = 88 Height = 13 Caption = 'Remote Name: ' end object OKBtn: TBitBtn Left = 388 Top = 8 Width = 77 Height = 27 TabOrder = 3 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 388 Top = 40 Width = 77 Height = 27 TabOrder = 4 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object FileName: TEdit Left = 125 Top = 20 Width = 121 Height = 20 TabOrder = 0 end object GroupBox1: TGroupBox Left = 37 Top = 97 Width = 209 Height = 96 Caption = 'Transfer Mode' TabOrder = 2 object rbASCII: TRadioButton Left = 24 Top = 21 Width = 113 Height = 17 Caption = 'ASCII' TabOrder = 0 end object rbBINARY: TRadioButton Left = 24 Top = 63 Width = 113 Height = 17 Caption = 'Binary' TabOrder = 2 end object rbEBCDIC: TRadioButton Left = 24 Top = 42 Width = 113 Height = 17 Caption = 'EBCDIC' TabOrder = 1 end end object RemoteName: TEdit Left = 125 Top = 53 Width = 121 Height = 20 TabOrder = 1 end object Browse: TButton Left = 272 Top = 18 Width = 73 Height = 25 Caption = 'Browse' TabOrder = 5 OnClick = BrowseClick end object OpenDialog1: TOpenDialog Left = 280 Top = 112 end end